From eb1255867587ecd431c7ecfc16f0bf2637d0799a Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Tue, 22 Jan 2002 05:00:50 +0000 Subject: [PATCH] change guint16 to gint to reflect changes in the code, found by Jody Mon Jan 21 23:39:42 2002 Jonathan Blandford * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect changes in the code, found by Jody Goldberg --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkfixed.sgml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 515370a203..e0c6316761 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 21 23:39:42 2002 Jonathan Blandford + + * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect + changes in the code, found by Jody Goldberg + 2002-01-19 Havoc Pennington * gtk/x11.sgml: add a mostly-empty X11 section diff --git a/docs/reference/gtk/tmpl/gtkfixed.sgml b/docs/reference/gtk/tmpl/gtkfixed.sgml index e1f660b89d..67bedddd98 100644 --- a/docs/reference/gtk/tmpl/gtkfixed.sgml +++ b/docs/reference/gtk/tmpl/gtkfixed.sgml @@ -100,13 +100,13 @@ an application.) -#gint16 x; +#gint x; the horizontal position of the widget within the #GtkFixed container. -#gint16 y; +#gint y; the vertical position of the widget within the #GtkFixed container. -- 2.30.2